home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 4 (Reseller)
/
Apple Ref. & Pres. Lib.v4.0.iso
/
5-Fonts & Software
/
HyperCard 1.2.5
/
Help Stacks
/
Help
/
background_26523.txt
< prev
next >
Wrap
Text File
|
1989-09-06
|
1KB
|
71 lines
-- background: 26523 from stack: in
-- bmap block id: 170715
-- flags: 0000
-- background id: 0
-- name: intro
----- HyperTalk script -----
on openBackground
global gotoSamples
put true into goToSamples
hide menuBar
hide message box
end openBackground
on newCard
--this blocks the stack's on newCard script
--We don't have a "map coords" field in this background
end newCard
-- part 1 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=63 top=75 right=289 bottom=472
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 14
-- style flags: 0
-- line height: 18
-- part name: first
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=254 top=283 right=306 bottom=282
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect scroll left
go to next card
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=215 top=283 right=306 bottom=244
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect scroll right
go to previous card
end mouseUp